home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / hity wydania / Ubuntu 9.10 PL / karmelkowy-koliberek-desktop-9.10-i386-PL.iso / casper / filesystem.squashfs / var / lib / dpkg / info / aspell-pl.postrm < prev    next >
Text File  |  2008-11-13  |  349b  |  15 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by installdeb-aspell
  4. rmscript="/usr/sbin/update-dictcommon-aspell"
  5.  
  6. case "$1" in abort-install|remove)
  7.     if [ -x $rmscript ]; then
  8.         $rmscript 
  9.     else
  10.         echo "Error: $rmscript not present or executable. Missing dependency on dictionaries-common?" >&2
  11.         exit 1
  12.     fi
  13. esac
  14. # End automatically added section
  15.